home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / gnome-system-log / gnome-system-log-regexp.db < prev   
Encoding:
Text File  |  2007-04-09  |  2.0 KB  |  85 lines

  1. #
  2. # Regexp database for logview. This database has the different
  3. # error messages. It has a tag which is used to link the 
  4. # description of the message with the error. The format is
  5. #
  6. # [tag]:[process regex]:[message regex]:[level]
  7. # where
  8. #
  9. #   [tag]            is a name that links the error message with a 
  10. #                    description.
  11. #   [process regex]  can be wither a regular expression or '-'. '-'
  12. #                    means that its the same regular expression as the
  13. #                    previous message. The regular expression is used
  14. #                    to match who wrote the message.
  15. #   [message regex]  The regular expression used to match the error
  16. #                    message
  17. #   [level]          The importance of the message. Unused for now. Just
  18. #                    set to 0.
  19. #
  20. #  For now the separator is the ':' charcater. Don't use it in your 
  21. #  anywhere else for now! Later the delimiter might change to a 
  22. #  ctrl char.
  23. #
  24.  
  25. # Kernel messages
  26. #
  27. mesg1:kernel:tty.*:7
  28. mesg2:-:^ide.*:6
  29. mesg3:-:^hd.*:5
  30. default kernel:-:.*:7
  31.  
  32. ssh-fwdX11:sshd:.*Connection from.*:7
  33.  
  34. # pppd messages
  35. #
  36.  
  37. local ip:pppd\[\d*:local.* \d*.\d*.\d*.\d*:7
  38. remote ip:-:remote.* \d*.\d*.\d*.\d*:7
  39. default pppd:-:.*:7
  40.  
  41. # syslogd messages
  42. #
  43.  
  44. syslogd restart:syslogd:restart:0
  45. syslogd mark:^$:^-- MARK --:0
  46.  
  47. # PAM_pwd
  48. #
  49.  
  50. pam authfail:PAM_(pwdb|unix)\[\d*:^authentication failure:3
  51. su opened:PAM_(pwdb|unix)\[\d*:^\(su\) session opened for user root:3
  52. su closed:PAM_(pwdb|unix)\[\d*:^\(su\) session closed for user root:3
  53. default pam:PAM_(pwdb|unix)\[\d*:.*:7
  54.  
  55.  
  56. # Messages generated by chat
  57. #
  58.  
  59. default chat:chat\[\d*:.*:7
  60.  
  61. # Cardmgr
  62. #
  63. default cardmgr:cardmgr\[\d*:.*:7
  64.  
  65. # Apmd
  66. #
  67. default apmd:apmd\[\d*:.*:7
  68.  
  69. # Gnome stuff
  70. #
  71. default gconfd:gconfd \(.*:.*:7
  72. default gdm:gdm\[\d*:.*:7
  73. default gnome-name-server:gnome-name-server\[\d*:.*:7
  74.  
  75. # Misc
  76. default network:network:.*:7
  77. default ifup:ifup:.*:7
  78. default ifdown:ifdown:.*:7
  79. default rc.sysinit:rc.sysinit:.*:7
  80. default init:^init:.*:7
  81.  
  82. #
  83. #  etc ...
  84.